@eth-optimism/tokenlist 10.0.9 → 10.0.11
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 +32 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +32 -6
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cd72d9ce.d.ts → optimism.tokenlist-1b148658.d.ts} +32 -6
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +32 -6
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +32 -6
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-
|
|
25
|
+
var timestamp = "2024-04-01T22:21:11.166Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -580,20 +580,20 @@ var tokens = [
|
|
|
580
580
|
decimals: 8,
|
|
581
581
|
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
582
582
|
extensions: {
|
|
583
|
-
|
|
583
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
584
584
|
opListId: "extended",
|
|
585
585
|
opTokenId: "BITCOIN"
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
588
|
{
|
|
589
|
-
chainId:
|
|
590
|
-
address: "
|
|
589
|
+
chainId: 8453,
|
|
590
|
+
address: "0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29",
|
|
591
591
|
name: "HarryPotterObamaSonic10Inu",
|
|
592
592
|
symbol: "BITCOIN",
|
|
593
593
|
decimals: 8,
|
|
594
594
|
logoURI: "https://ethereum-optimism.github.io/data/BITCOIN/logo.svg",
|
|
595
595
|
extensions: {
|
|
596
|
-
|
|
596
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
597
597
|
opListId: "extended",
|
|
598
598
|
opTokenId: "BITCOIN"
|
|
599
599
|
}
|
|
@@ -2948,6 +2948,32 @@ var tokens = [
|
|
|
2948
2948
|
opTokenId: "MOCHI"
|
|
2949
2949
|
}
|
|
2950
2950
|
},
|
|
2951
|
+
{
|
|
2952
|
+
chainId: 1,
|
|
2953
|
+
address: "0xaaee1a9723aadb7afa2810263653a34ba2c21c7a",
|
|
2954
|
+
name: "Mog Coin",
|
|
2955
|
+
symbol: "Mog",
|
|
2956
|
+
decimals: 18,
|
|
2957
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOG/logo.svg",
|
|
2958
|
+
extensions: {
|
|
2959
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2960
|
+
opListId: "extended",
|
|
2961
|
+
opTokenId: "MOG"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
chainId: 8453,
|
|
2966
|
+
address: "0x2da56acb9ea78330f947bd57c54119debda7af71",
|
|
2967
|
+
name: "Mog Coin",
|
|
2968
|
+
symbol: "Mog",
|
|
2969
|
+
decimals: 18,
|
|
2970
|
+
logoURI: "https://ethereum-optimism.github.io/data/MOG/logo.svg",
|
|
2971
|
+
extensions: {
|
|
2972
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2973
|
+
opListId: "extended",
|
|
2974
|
+
opTokenId: "MOG"
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2951
2977
|
{
|
|
2952
2978
|
chainId: 1,
|
|
2953
2979
|
address: "0x1351986732367ff6B51784c6A75f63502dE13a9a",
|
|
@@ -5862,7 +5888,7 @@ var tokens = [
|
|
|
5862
5888
|
var version = {
|
|
5863
5889
|
major: 10,
|
|
5864
5890
|
minor: 0,
|
|
5865
|
-
patch:
|
|
5891
|
+
patch: 11
|
|
5866
5892
|
};
|
|
5867
5893
|
var optimism_tokenlist_default = {
|
|
5868
5894
|
name,
|