Skip to content

Commit

Permalink
feat: Added mainnet to cheqd (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans authored Jan 18, 2024
1 parent 48e3b6d commit efb2cc9
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 254 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-app",
"version": "1.1.4",
"version": "1.1.5",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
}
}
7 changes: 3 additions & 4 deletions packages/agent/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ export const initializeAgent = async (walletKey: string) => {
networks: [
{
network: 'testnet',

cosmosPayerSeed:
// FIXME: Property is required, but we will never actually write to the network, so it doesn't matter what the value is
'robust across amount corn curve panther opera wish toe ring bleak empower wreck party abstract glad average muffin picnic jar squeeze annual long aunt',
},
{
network: 'mainnet',
},
],
})
Expand Down
Loading

0 comments on commit efb2cc9

Please sign in to comment.