@eth-optimism/tokenlist 8.3.156 → 8.3.157
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-73648197.d.ts → optimism.tokenlist-f5cfa1d7.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- 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 = "2023-09-
|
|
44
|
+
var timestamp = "2023-09-07T19:36:27.620Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5005,6 +5005,58 @@ var tokens = [
|
|
|
5005
5005
|
opTokenId: "WAD"
|
|
5006
5006
|
}
|
|
5007
5007
|
},
|
|
5008
|
+
{
|
|
5009
|
+
chainId: 1,
|
|
5010
|
+
address: "0xEDB171C18cE90B633DB442f2A6F72874093b49Ef",
|
|
5011
|
+
name: "Wrapped Ampleforth",
|
|
5012
|
+
symbol: "WAMPL",
|
|
5013
|
+
decimals: 18,
|
|
5014
|
+
logoURI: "https://ethereum-optimism.github.io/data/WAMPL/logo.svg",
|
|
5015
|
+
extensions: {
|
|
5016
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5017
|
+
opListId: "extended",
|
|
5018
|
+
opTokenId: "WAMPL"
|
|
5019
|
+
}
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
chainId: 5,
|
|
5023
|
+
address: "0x3b624861a14979537DE1B88F9565F41a7fc45FBf",
|
|
5024
|
+
name: "Wrapped Ampleforth",
|
|
5025
|
+
symbol: "WAMPL",
|
|
5026
|
+
decimals: 18,
|
|
5027
|
+
logoURI: "https://ethereum-optimism.github.io/data/WAMPL/logo.svg",
|
|
5028
|
+
extensions: {
|
|
5029
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
5030
|
+
opListId: "extended",
|
|
5031
|
+
opTokenId: "WAMPL"
|
|
5032
|
+
}
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
chainId: 8453,
|
|
5036
|
+
address: "0x489fe42C267fe0366B16b0c39e7AEEf977E841eF",
|
|
5037
|
+
name: "Wrapped Ampleforth",
|
|
5038
|
+
symbol: "WAMPL",
|
|
5039
|
+
decimals: 18,
|
|
5040
|
+
logoURI: "https://ethereum-optimism.github.io/data/WAMPL/logo.svg",
|
|
5041
|
+
extensions: {
|
|
5042
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5043
|
+
opListId: "extended",
|
|
5044
|
+
opTokenId: "WAMPL"
|
|
5045
|
+
}
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
chainId: 84531,
|
|
5049
|
+
address: "0x395Ae52bB17aef68C2888d941736A71dC6d4e125",
|
|
5050
|
+
name: "Wrapped Ampleforth",
|
|
5051
|
+
symbol: "WAMPL",
|
|
5052
|
+
decimals: 18,
|
|
5053
|
+
logoURI: "https://ethereum-optimism.github.io/data/WAMPL/logo.svg",
|
|
5054
|
+
extensions: {
|
|
5055
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5056
|
+
opListId: "extended",
|
|
5057
|
+
opTokenId: "WAMPL"
|
|
5058
|
+
}
|
|
5059
|
+
},
|
|
5008
5060
|
{
|
|
5009
5061
|
chainId: 1,
|
|
5010
5062
|
address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
@@ -5449,7 +5501,7 @@ var tokens = [
|
|
|
5449
5501
|
var version = {
|
|
5450
5502
|
major: 8,
|
|
5451
5503
|
minor: 3,
|
|
5452
|
-
patch:
|
|
5504
|
+
patch: 157
|
|
5453
5505
|
};
|
|
5454
5506
|
var optimism_tokenlist_default = {
|
|
5455
5507
|
name,
|