Skip to content
Merged

wlfi #2941

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4592,6 +4592,20 @@
}
}
},
"WLFI": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"WMTX": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -17874,6 +17888,20 @@
}
}
},
"WLFI": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"WMTX": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -22288,6 +22316,20 @@
}
}
},
"WLFI": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"WMTX": {
"rateLimiterConfig": {
"in": {
Expand Down Expand Up @@ -26148,6 +26190,20 @@
}
}
},
"WLFI": {
"rateLimiterConfig": {
"in": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
},
"out": {
"capacity": "0",
"isEnabled": false,
"rate": "0"
}
}
},
"WMTX": {
"rateLimiterConfig": {
"in": {
Expand Down
29 changes: 29 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5635,6 +5635,35 @@
"tokenAddress": "0x163f8C2467924be0ae7B5347228CABF260318753"
}
},
"WLFI": {
"bsc-mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "World Liberty Financial",
"poolAddress": "0xa92261171d09aea90Bbf86c75A7322519F014c78",
"poolType": "burnMint",
"symbol": "WLFI",
"tokenAddress": "0x47474747477b199288bF72a1D702f7Fe0Fb1DEeA"
},
"mainnet": {
"allowListEnabled": false,
"decimals": 18,
"name": "World Liberty Financial",
"poolAddress": "0xc785D05961B3C537cAC11f1D496876a255F6D650",
"poolType": "lockRelease",
"symbol": "WLFI",
"tokenAddress": "0xdA5e1988097297dCdc1f90D4dFE7909e847CBeF6"
},
"solana-mainnet": {
"allowListEnabled": false,
"decimals": 6,
"name": "World Liberty Financial",
"poolAddress": "7QziXoi8PodowR8XxGMN8TfdYnJzmQ8i4HcCk4LWovb7",
"poolType": "burnMint",
"symbol": "WLFI",
"tokenAddress": "WLFinEv6ypjkczcS83FZqFpgFZYwQXutRbxGe7oC16g"
}
},
"WMATIC": {
"matic-mainnet": {
"allowListEnabled": false,
Expand Down
Loading