-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As with #71 & #72, we intentionally clobber the old `deimos-8` chain config, because that string is hardcoded in prax wallet lookups for testnets, and we want to test without cutting intermediate releases.
- Loading branch information
Showing
3 changed files
with
712 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,255 @@ | ||
{ | ||
"chainId": "penumbra-testnet-phobos-1", | ||
"ibcConnections": [ | ||
{ | ||
"displayName": "Osmosis", | ||
"chainId": "osmo-test-5", | ||
"channelId": "channel-0", | ||
"counterpartyChannelId": "channel-8660", | ||
"addressPrefix": "osmo", | ||
"cosmosRegistryDir": "testnets/osmosistestnet", | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/f1348793beb994c6cc0256ed7ebdb48c7aa70003/osmosis/images/osmo.svg" | ||
} | ||
] | ||
}, | ||
{ | ||
"displayName": "Noble", | ||
"chainId": "grand-1", | ||
"channelId": "channel-1", | ||
"counterpartyChannelId": "channel-202", | ||
"addressPrefix": "noble", | ||
"cosmosRegistryDir": "testnets/nobletestnet", | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/2ca39d0e4eaf3431cca13991948e099801f02e46/noble/images/stake.svg" | ||
} | ||
] | ||
} | ||
], | ||
"validators": [ | ||
{ | ||
"name": "Penumbra Labs CI 1", | ||
"base": "udelegation_penumbravalid1zs08uufzz0an35lmr0lm9dhk5z3vn0np7l827q0fjllx0yu2yvqqsj9ta3", | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/penumbra-favicon.png" | ||
} | ||
] | ||
} | ||
], | ||
"nativeAssets": [ | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "penumbra", | ||
"exponent": 6 | ||
}, | ||
{ | ||
"denom": "mpenumbra", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "upenumbra" | ||
} | ||
], | ||
"base": "upenumbra", | ||
"display": "penumbra", | ||
"symbol": "UM", | ||
"penumbraAssetId": { | ||
"inner": "KeqcLzNx9qSH5+lcJHBB9KNW+YPrBk5dKzvPMiypahA=" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/um.svg" | ||
} | ||
] | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "gm", | ||
"exponent": 6 | ||
}, | ||
{ | ||
"denom": "mgm", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "ugm" | ||
} | ||
], | ||
"base": "ugm", | ||
"display": "gm", | ||
"symbol": "GM", | ||
"penumbraAssetId": { | ||
"inner": "HW2Eq3UZVSBttoUwUi/MUtE7rr2UU7/UH500byp7OAc=" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/full-moon-face.svg" | ||
} | ||
] | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "gn", | ||
"exponent": 6 | ||
}, | ||
{ | ||
"denom": "mgn", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "ugn" | ||
} | ||
], | ||
"base": "ugn", | ||
"display": "gn", | ||
"symbol": "GN", | ||
"penumbraAssetId": { | ||
"inner": "nwPDkQq3OvLnBwGTD+nmv1Ifb2GEmFCgNHrU++9BsRE=" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/new-moon-face.svg" | ||
} | ||
] | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "test_usd", | ||
"exponent": 18 | ||
}, | ||
{ | ||
"denom": "wtest_usd" | ||
} | ||
], | ||
"base": "wtest_usd", | ||
"display": "test_usd", | ||
"symbol": "TestUSD", | ||
"penumbraAssetId": { | ||
"inner": "reum7wQmk/owgvGMWMZn/6RFPV24zIKq3W6In/WwZgg=" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/test-usd.svg" | ||
} | ||
] | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "cube" | ||
} | ||
], | ||
"base": "cube", | ||
"display": "cube", | ||
"symbol": "CUBE", | ||
"penumbraAssetId": { | ||
"inner": "6KBVsPINa8gWSHhfH+kAFJC4afEJA3EtuB2HyCqJUws=" | ||
} | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "pizza" | ||
} | ||
], | ||
"base": "pizza", | ||
"display": "pizza", | ||
"symbol": "PIZZA", | ||
"penumbraAssetId": { | ||
"inner": "nDjzm+ldIrNMJha1anGMDVxpA5cLCPnUYQ1clmHF1gw=" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/pizza.svg" | ||
} | ||
] | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "test_eth", | ||
"exponent": 18 | ||
}, | ||
{ | ||
"denom": "wtest_eth" | ||
} | ||
], | ||
"base": "wtest_eth", | ||
"display": "test_eth", | ||
"symbol": "TestETH", | ||
"penumbraAssetId": { | ||
"inner": "HLkKbVfA72oQaMdYFroWQ1qoSyl/KLHZiOMJhL2y9w0=" | ||
} | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "test_btc", | ||
"exponent": 8 | ||
}, | ||
{ | ||
"denom": "test_sat" | ||
} | ||
], | ||
"base": "test_sat", | ||
"display": "test_btc", | ||
"symbol": "TestBTC", | ||
"penumbraAssetId": { | ||
"inner": "o2gZdbhCH70Ry+7iBhkSeHC/PB1LZhgkn7LHC2kEhQc=" | ||
} | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "test_atom", | ||
"exponent": 6 | ||
}, | ||
{ | ||
"denom": "mtest_atom", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "utest_atom" | ||
} | ||
], | ||
"base": "utest_atom", | ||
"display": "test_atom", | ||
"symbol": "TestATOM", | ||
"penumbraAssetId": { | ||
"inner": "ypUT1AOtjfwMOKMATACoD9RSvi8jY/YnYGi46CZ/6Q8=" | ||
} | ||
}, | ||
{ | ||
"denomUnits": [ | ||
{ | ||
"denom": "test_osmo", | ||
"exponent": 6 | ||
}, | ||
{ | ||
"denom": "mtest_osmo", | ||
"exponent": 3 | ||
}, | ||
{ | ||
"denom": "utest_osmo" | ||
} | ||
], | ||
"base": "utest_osmo", | ||
"display": "test_osmo", | ||
"symbol": "TestOSMO", | ||
"penumbraAssetId": { | ||
"inner": "pmpygqUf4DL+z849rGPpudpdK/+FAv8qQ01U2C73kAw=" | ||
} | ||
} | ||
], | ||
"canonicalNumeraires": [ | ||
"wtest_usd", | ||
"transfer/channel-1/uusdc" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.