Skip to content

Commit 2c929ab

Browse files
committed
dolo
1 parent 25d825d commit 2c929ab

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

src/config/data/ccip/v1_2_0/mainnet/lanes.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,20 @@
762762
},
763763
"rmnPermeable": false,
764764
"supportedTokens": {
765+
"DOLO": {
766+
"rateLimiterConfig": {
767+
"in": {
768+
"capacity": "0",
769+
"isEnabled": false,
770+
"rate": "0"
771+
},
772+
"out": {
773+
"capacity": "0",
774+
"isEnabled": false,
775+
"rate": "0"
776+
}
777+
}
778+
},
765779
"pufETH": {
766780
"rateLimiterConfig": {
767781
"in": {
@@ -9642,6 +9656,20 @@
96429656
},
96439657
"rmnPermeable": true,
96449658
"supportedTokens": {
9659+
"DOLO": {
9660+
"rateLimiterConfig": {
9661+
"in": {
9662+
"capacity": "0",
9663+
"isEnabled": false,
9664+
"rate": "0"
9665+
},
9666+
"out": {
9667+
"capacity": "0",
9668+
"isEnabled": false,
9669+
"rate": "0"
9670+
}
9671+
}
9672+
},
96459673
"pufETH": {
96469674
"rateLimiterConfig": {
96479675
"in": {

src/config/data/ccip/v1_2_0/mainnet/tokens.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,26 @@
482482
"tokenAddress": "0xc719d010B63E5bbF2C0551872CD5316ED26AcD83"
483483
}
484484
},
485+
"DOLO": {
486+
"berachain-mainnet": {
487+
"allowListEnabled": false,
488+
"decimals": 18,
489+
"name": "Dolomite",
490+
"poolAddress": "0xFd8008cC03c0963C6Da4d135f919C57e15696D92",
491+
"poolType": "burnMint",
492+
"symbol": "DOLO",
493+
"tokenAddress": "0x0F81001eF0A83ecCE5ccebf63EB302c70a39a654"
494+
},
495+
"mainnet": {
496+
"allowListEnabled": false,
497+
"decimals": 18,
498+
"name": "Dolomite",
499+
"poolAddress": "0xf996C9EAF905a1648bA63a21566096f3D3978c72",
500+
"poolType": "lockRelease",
501+
"symbol": "DOLO",
502+
"tokenAddress": "0x0F81001eF0A83ecCE5ccebf63EB302c70a39a654"
503+
}
504+
},
485505
"DPI": {
486506
"ethereum-mainnet-arbitrum-1": {
487507
"allowListEnabled": false,

0 commit comments

Comments
 (0)