Skip to content

Commit 520dc4a

Browse files
committed
feat: BEAM deployment on Base
1 parent e332f56 commit 520dc4a

8 files changed

Lines changed: 5154 additions & 0 deletions

constants/tokenConfig.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,10 @@ module.exports = {
211211
symbol: "BCAT",
212212
withFee: true,
213213
},
214+
BeamOFT: {
215+
name: "Beam",
216+
symbol: "BEAM",
217+
withFee: true,
218+
},
214219
},
215220
}

deployments/base/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8453

0 commit comments

Comments
 (0)