@eth-optimism/tokenlist 10.0.153 → 10.0.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +29 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +29 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-9c9c6cc4.d.ts → optimism.tokenlist-a9b66870.d.ts} +29 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +29 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +29 -3
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-11-
|
|
44
|
+
var timestamp = "2024-11-07T15:49:47.201Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -9077,7 +9077,33 @@ var tokens = [
|
|
|
9077
9077
|
},
|
|
9078
9078
|
{
|
|
9079
9079
|
chainId: 10,
|
|
9080
|
-
address: "
|
|
9080
|
+
address: "0xef4461891dfb3ac8572ccf7c794664a8dd927945",
|
|
9081
|
+
name: "WalletConnect",
|
|
9082
|
+
symbol: "WCT",
|
|
9083
|
+
decimals: 18,
|
|
9084
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
9085
|
+
extensions: {
|
|
9086
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9087
|
+
opListId: "extended",
|
|
9088
|
+
opTokenId: "WCT"
|
|
9089
|
+
}
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
chainId: 11155111,
|
|
9093
|
+
address: "0xb7fB16053a3E3d4306791045769EC686F6EC4432",
|
|
9094
|
+
name: "WalletConnect",
|
|
9095
|
+
symbol: "WCT",
|
|
9096
|
+
decimals: 18,
|
|
9097
|
+
logoURI: "https://ethereum-optimism.github.io/data/WCT/logo.svg",
|
|
9098
|
+
extensions: {
|
|
9099
|
+
optimismBridgeAddress: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1",
|
|
9100
|
+
opListId: "extended",
|
|
9101
|
+
opTokenId: "WCT"
|
|
9102
|
+
}
|
|
9103
|
+
},
|
|
9104
|
+
{
|
|
9105
|
+
chainId: 11155420,
|
|
9106
|
+
address: "0x75bb6dcA2cD6F9a0189c478bBb8F7EE2fEF07C78",
|
|
9081
9107
|
name: "WalletConnect",
|
|
9082
9108
|
symbol: "WCT",
|
|
9083
9109
|
decimals: 18,
|
|
@@ -10002,7 +10028,7 @@ var tokens = [
|
|
|
10002
10028
|
var version = {
|
|
10003
10029
|
major: 10,
|
|
10004
10030
|
minor: 0,
|
|
10005
|
-
patch:
|
|
10031
|
+
patch: 154
|
|
10006
10032
|
};
|
|
10007
10033
|
var optimism_tokenlist_default = {
|
|
10008
10034
|
name,
|