Skip to content

Commit

Permalink
feat: add PufETH
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Jun 24, 2024
1 parent 747a3d7 commit e8e404b
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,26 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "PufETH",
canonical: {
domain: "11111",
address: "0xD7D2802f6b19843ac4DfE25022771FD83b5A7464",
decimals: 18,
},
representations: {
/// ETHEREUM
"6648936": {
local: "0xD7D2802f6b19843ac4DfE25022771FD83b5A7464",
adopted: "0xD7D2802f6b19843ac4DfE25022771FD83b5A7464",
},
/// BASE
"1650553709": {
local: "0x23dA5F2d509cb43A59d43C108a43eDf34510eff1",
adopted: "0x23dA5F2d509cb43A59d43C108a43eDf34510eff1",
},
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit e8e404b

Please sign in to comment.