Skip to content

Commit

Permalink
added native token wrapper address (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Jun 19, 2024
1 parent 58f2310 commit d420211
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module.exports =
"uppercaseName": "BASE_SEPOLIA",
"humanReadableName": "Base Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "",
"nativeTokenWrapper": "0x143ea239159155B408e71CDbE836e8CFD6766732",
"contractsV1": {
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
"host": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default
"uppercaseName": "BASE_SEPOLIA",
"humanReadableName": "Base Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "",
"nativeTokenWrapper": "0x143ea239159155B408e71CDbE836e8CFD6766732",
"contractsV1": {
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
"host": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"uppercaseName": "BASE_SEPOLIA",
"humanReadableName": "Base Sepolia",
"nativeTokenSymbol": "ETH",
"nativeTokenWrapper": "",
"nativeTokenWrapper": "0x143ea239159155B408e71CDbE836e8CFD6766732",
"contractsV1": {
"resolver": "0x21d4E9fbB9DB742E6ef4f29d189a7C18B0b59136",
"host": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/metadata",
"version": "1.2.5",
"version": "1.2.6",
"description": "Superfluid Metadata",
"main": "main/index.cjs",
"module": "module/index.js",
Expand Down

0 comments on commit d420211

Please sign in to comment.