Skip to content

Commit f14cfaa

Browse files
authored
fix(contract_manager) Update chains and tokens (#2101)
1 parent e2ef7a4 commit f14cfaa

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ If you don't use nix at all, then install the required system packages:
9393
`package.json`; you can experiment with
9494
[corepack](https://nodejs.org/api/corepack.html) to manage your pnpm version
9595
for you.
96+
- [turbo](https://turbo.build/repo/docs/getting-started/installation)
9697

9798
#### Common tasks
9899

contract_manager/store/chains/EvmChains.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
rpcUrl: https://rpc.ankr.com/bsc
155155
networkId: 56
156156
type: EvmChain
157+
nativeToken: BNB
157158
- id: eos
158159
mainnet: true
159160
rpcUrl: https://api.evm.eosnetwork.com
@@ -413,6 +414,7 @@
413414
rpcUrl: https://mainnet.mode.network/
414415
networkId: 34443
415416
type: EvmChain
417+
nativeToken: MODE
416418
- id: bttc_testnet
417419
mainnet: false
418420
rpcUrl: https://pre-rpc.bt.io
@@ -423,6 +425,7 @@
423425
rpcUrl: https://rpc.bt.io
424426
networkId: 199
425427
type: EvmChain
428+
nativeToken: BTT
426429
- id: zksync_sepolia
427430
mainnet: false
428431
rpcUrl: https://sepolia.era.zksync.dev/
@@ -519,6 +522,7 @@
519522
rpcUrl: https://rpc.blast.io
520523
networkId: 81457
521524
type: EvmChain
525+
nativeToken: ETH
522526
- id: merlin_testnet
523527
mainnet: false
524528
rpcUrl: https://testnet-rpc.merlinchain.io/
@@ -564,6 +568,7 @@
564568
rpcUrl: https://rpc.hekla.taiko.xyz/
565569
networkId: 167009
566570
type: EvmChain
571+
nativeToken: ETH
567572
- id: orange_testnet
568573
mainnet: false
569574
rpcUrl: https://subnets.avax.network/orangetest/testnet/rpc
@@ -604,6 +609,7 @@
604609
rpcUrl: https://opbnb-mainnet-rpc.bnbchain.org
605610
networkId: 204
606611
type: EvmChain
612+
nativeToken: BNB
607613
- id: opbnb_testnet
608614
mainnet: false
609615
rpcUrl: https://opbnb-testnet-rpc.bnbchain.org

contract_manager/store/tokens/Tokens.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,15 @@
4242
pythId: 9b4503710cc8c53f75c30e6e4fda1a7064680ef2e0ee97acd2e3a7c37b3c830c
4343
decimals: 18
4444
type: token
45+
- id: BNB
46+
pythId: 2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f
47+
decimals: 18
48+
type: token
49+
- id: MODE
50+
pythId: 0386e113cc716a7c6a55decd97b19c90ce080d9f2f5255ac78a0e26889446d1e
51+
decimals: 18
52+
type: token
53+
- id: BTT
54+
pythId: 097d687437374051c75160d648800f021086bc8edf469f11284491fda8192315
55+
decimals: 18
56+
type: token

0 commit comments

Comments
 (0)