Skip to content

Commit

Permalink
feat: Added mainnet to cheqd
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Jan 17, 2024
1 parent 48e3b6d commit 6b1b773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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
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

0 comments on commit 6b1b773

Please sign in to comment.