-
Notifications
You must be signed in to change notification settings - Fork 439
Support Terra Clasic #7983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: x
Are you sure you want to change the base?
Support Terra Clasic #7983
Changes from 13 commits
402f7c4
cbc804b
40b8bd3
668fe1f
077b8fa
479b4fc
9a84752
9272927
38555d6
83cf99c
81a337b
a89a170
baf93de
06157e7
003e227
8f6477e
3ff081d
05e5bf9
09265f7
2b743ed
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,6 +94,11 @@ const settings: IVaultSettings = { | |
| curve: 'secp256k1', | ||
| nativeTokenAddress: 'uakt', | ||
| }, | ||
| 'cosmos--columbus-5': { | ||
| addressPrefix: 'terra', | ||
| curve: 'secp256k1', | ||
| nativeTokenAddress: 'uluna', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Incorrect Native Token Address for Terra ClassicThe
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| 'cosmos--crypto-org-chain-mainnet-1': { | ||
| addressPrefix: 'cro', | ||
| curve: 'secp256k1', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.