-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add moonbeam price feeds and get networks from config #148
Conversation
512602b
to
cb867c8
Compare
bef3583
to
78cea10
Compare
78cea10
to
ea13775
Compare
8297b81
to
4b4a8af
Compare
e5def90
to
9fb70ad
Compare
9fb70ad
to
50c272d
Compare
label: 'Conflux Testnet', | ||
chain: 'Conflux' | ||
}, | ||
{ key: 'conflux-tethys', label: 'Conflux Tethys', chain: 'Conflux' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw after the Hydra hard fork, this is now apparently called Conflux Core
label: 'Polygon Mainnet', | ||
chain: 'Polygon' | ||
}, | ||
{ key: 'polygon-goerli', label: 'Polygon Goerli', chain: 'Polygon' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The official name of this chain is Mumbai:
{ key: 'polygon-goerli', label: 'Polygon Goerli', chain: 'Polygon' } | |
{ key: 'polygon-mumbai', label: 'Polygon Mumbai', chain: 'Polygon' } |
ccbd397
to
a69c9f7
Compare
a69c9f7
to
63a7a55
Compare
8320684
to
2b8bad7
Compare
2b8bad7
to
ec2413d
Compare
ec2413d
to
d6c528b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
close #150